home *** CD-ROM | disk | FTP | other *** search
- object frmMenuProject: TfrmMenuProject
- Left = 221
- Top = 208
- BorderStyle = bsNone
- Caption = 'Clock � Project'
- ClientHeight = 66
- ClientWidth = 112
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Shape1: TShape
- Left = 0
- Top = 0
- Width = 112
- Height = 66
- end
- object Shape2: TShape
- Left = 1
- Top = 0
- Width = 110
- Height = 65
- end
- object lblMenuAnalog: TLabel
- Left = 25
- Top = 2
- Width = 44
- Height = 13
- AutoSize = False
- Caption = 'Analog'
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- OnMouseMove = lblMenuAnalogMouseMove
- OnMouseUp = lblMenuAnalogMouseUp
- end
- object lblMenuDigital: TLabel
- Left = 25
- Top = 22
- Width = 76
- Height = 13
- AutoSize = False
- Caption = 'Digital'
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- OnMouseMove = lblMenuDigitalMouseMove
- OnMouseUp = lblMenuDigitalMouseUp
- end
- object lblMenuQuit: TLabel
- Left = 9
- Top = 46
- Width = 94
- Height = 13
- AutoSize = False
- Caption = 'Quit'
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- OnMouseMove = lblMenuQuitMouseMove
- OnMouseUp = lblMenuQuitMouseUp
- end
- object Shape3: TShape
- Left = 8
- Top = 42
- Width = 95
- Height = 1
- Brush.Style = bsClear
- end
- object imgCheckAnalog: TImage
- Left = 3
- Top = 6
- Width = 22
- Height = 16
- Picture.Data = {<image000.bmp>}
- end
- object imgCheckDigital: TImage
- Left = 3
- Top = 24
- Width = 22
- Height = 16
- Picture.Data = {<image001.bmp>}
- Visible = False
- end
- end
-